home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / BenchMark / TIFFany2.app / English.lproj / ActionInsp.nib / data.classes next >
Encoding:
Text File  |  1995-01-18  |  1.4 KB  |  63 lines

  1. ActionInsp = {
  2.     ACTIONS = {
  3.     "abort:" = "abort:"; 
  4.     "apply:" = "apply:"; 
  5.     "cancel:" = "cancel:"; 
  6.     "preview:" = "preview:"; 
  7.     "remove:" = "remove:"; 
  8.     "saveNew:" = "saveNew:"; 
  9.     "set:" = "set:"; 
  10.     "stopPreview:" = "stopPreview:"; 
  11.     }; 
  12.     OUTLETS = {
  13.     apply = apply; 
  14.     bigIns = bigIns; 
  15.     compMode = compMode; 
  16.     ins = ins; 
  17.     okButton = okButton; 
  18.     preButton = preButton; 
  19.     preView = preView; 
  20.     progress = progress; 
  21.     remove = remove; 
  22.     showButton = showButton; 
  23.     stringTable = stringTable; 
  24.     }; 
  25.     SUPERCLASS = Object; 
  26. };
  27. ProgressBar = {SUPERCLASS = View; };
  28. InspectorView = {
  29.     ACTIONS = {"setInspector:" = "setInspector:"; }; 
  30.     OUTLETS = {currBox = currBox; }; 
  31.     SUPERCLASS = View; 
  32. };
  33. ToolManager = {
  34.     ACTIONS = {
  35.     "areaChanged:" = "areaChanged:"; 
  36.     "cropIt:" = "cropIt:"; 
  37.     "toolChanged:" = "toolChanged:"; 
  38.     }; 
  39.     OUTLETS = {
  40.     area = area; 
  41.     areaMat = areaMat; 
  42.     brush = brush; 
  43.     brushManager = brushManager; 
  44.     cropButton = cropButton; 
  45.     incl = incl; 
  46.     inspector = inspector; 
  47.     matrix = matrix; 
  48.     noIns = noIns; 
  49.     panel = panel; 
  50.     selection = selection; 
  51.     smallInsp = smallInsp; 
  52.     }; 
  53.     SUPERCLASS = Object; 
  54. };
  55. PreView = {OUTLETS = {boss = boss; }; SUPERCLASS = View; };
  56. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  57. FloatPanel = {
  58.     ACTIONS = {}; 
  59.     OUTLETS = {cancelButton = cancelButton; defaultButton = defaultButton; }; 
  60.     SUPERCLASS = Panel; 
  61. };
  62. ToolPanel = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = FloatPanel; };
  63.